how to get the list of available timezones in php

112

php get timezone -

echo date_default_timezone_get(); //UTC

//Read more at https://www.php.net/manual/en/function.date-default-timezone-get.php

Comments

Submit
0 Comments